Bump crates-io to 0.6.0
authorAlex Crichton <alex@alexcrichton.com>
Sun, 25 Dec 2016 16:00:37 +0000 (08:00 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 25 Dec 2016 16:02:35 +0000 (08:02 -0800)
Cargo.lock
Cargo.toml
src/crates-io/Cargo.toml

index e043fb384438e22670b0223accb5ebca22fe7694..1ece7bee156e19a3fdb27960b3a701c24dddf043 100644 (file)
@@ -5,7 +5,7 @@ dependencies = [
  "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargotest 0.1.0",
- "crates-io 0.4.0",
+ "crates-io 0.6.0",
  "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "docopt 0.6.86 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -99,7 +99,7 @@ dependencies = [
 
 [[package]]
 name = "crates-io"
-version = "0.4.0"
+version = "0.6.0"
 dependencies = [
  "curl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
index 3080b11b699d068f85f0e3159a89bc53384a392b..8e1ee27651545f3990645216837743661c315572 100644 (file)
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
 
 [dependencies]
 advapi32-sys = "0.2"
-crates-io = { path = "src/crates-io", version = "0.4" }
+crates-io = { path = "src/crates-io", version = "0.6" }
 crossbeam = "0.2"
 curl = "0.4"
 docopt = "0.6"
index d4e4afe035d7864a2757884fb620f9e43b2b1992..dbd0b05d85ada66a01bf528b6c910fa5b3d2b9d9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.4.0"
+version = "0.6.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"